/* GA Diagram styles only.
   This file owns the dedicated diagram tab layout and large diagram box. */

.ga-layout {
  padding: 8px 8px 16px;
}

.ui-diagram-box {
  min-height: 520px;
  border: 1px dashed rgb(158, 196, 246);
  border-radius: 8px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(248, 251, 255) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 48, 127);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 16px;
}
